home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / unused4Code / PEN.bproj / PEN.h < prev    next >
Encoding:
Text File  |  1994-05-05  |  810 b   |  26 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    PEN.h 
  3. //    SUMMARY:    Defines a protocol for the PEN agents for eText documents
  4. //    PROTOCOLS:    <Agent>
  5. //    AUTHOR:        Rohit Khare
  6. //    COPYRIGHT:    (c) 1993,4 California Institure of Technology, eText Project
  7. ///////////////////////////////////////////////////////////////////////////////
  8. //    DESCRIPTION
  9. //        This is a demo mockup of PEN.
  10. ///////////////////////////////////////////////////////////////////////////////
  11. //    HISTORY
  12. //    05/05/94:    Migrated to eText4
  13. //    11/15/93:    Created. Derived from calls in the rest of the code
  14. ///////////////////////////////////////////////////////////////////////////////
  15.  
  16. #import "../eTextKernel.h"
  17.  
  18. @interface PEN:Object <Agent,Tool>
  19. {
  20.     id    thePanel;
  21.     id    theView;
  22.     id    doc;
  23.     id    navinfo;
  24. }
  25.  
  26. @end